.nav-container {
	width: 100%;
	border-bottom: 2px solid #EA4245;
	margin: 30px 0;
}

.nav-item {
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	background-color: white;
	color: #101010;
	border: 1px solid #BBBBBB;
	border-bottom: none;
	border-right: none;
	cursor: pointer;
}

.nav-item-active {
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	background-color: #EA4245;
	color: #fff;
	border: 1px solid #EA4245;
	border-bottom: none;
	border-right: none;
	cursor: pointer;
}

.nav-item:last-child {
	border-right: 1px solid #BBBBBB;
}

.lineContainer {
	margin-top: 20px;
}

.baseInfo-title {
	float: left;
	height: 32px;
	line-height: 36px;
	width: 150px;
	text-align: right;
	margin-right: 10px;
}

.baseInfo-input {
	float: left;
	width: 300px;
	height: 34px;
	border: 1px solid #BBBBBB;
	font-size: 14px;
	padding: 0 5px;
}

.baseInfo-radio {
	margin: 10px 0 0 20px;
}

.baseInfo-intro {
	width: 320px;
	height: 130px;
	border: 1px solid #BBBBBB;
	resize: none;
	padding: 5px;
	font-size: 14px;
}

.uploadTitle {
	width: 100px;
	margin: 0 auto;
	text-align: center;
}

.currentUserHead {
	display: block;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: #E5E5E5;
	margin: 0 auto;
	margin-top: 15px;
}

.uploadImg {
	width: 150px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #EA4245;
	color: #fff;
	cursor: pointer;
	margin: 0 auto;
	margin-top: 15px;
}

.uploadDescription {
	width: 280px;
	font-size: 12px;
	color: #101010;
	line-height: 20px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

.saveUserHead {
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #EA4245;
	color: #fff;
	cursor: pointer;
	margin: 0 auto;
	margin-top: 20px;
}

.bindPhoneNum {
	float: left;
	color: #101010;
	margin-bottom: 20px;
}

.bindPhoneNumDescription {
	font-size: 12px;
	color: #101010;
	clear: both;
	margin-bottom: 20px;
}

.bindPhoneNumBindBtn {
	width: 46px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background-color: #EA4245;
	font-size: 14px;
	cursor: pointer;
}

.pswlevel {
	display: block;
	width: 74px;
	height: 13px;
	border-top: 10px solid #E6E6E6;
	text-align: center;
	font-size: 14px;
	margin-left: 5px;
	float: left;
}

.pswlevel-active {
	display: block;
	width: 74px;
	height: 13px;
	border-top: 10px solid #FF4901;
	text-align: center;
	font-size: 14px;
	float: left;
	margin-left: 5px;
}

.savePsw {
	width: 130px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #EA4245;
	margin: 50px 0 0 200px;
	cursor: pointer;
}

.tuijianPic {
	width: 46px;
	height: 46px;
	float: left;
	margin: 0 10px 10px 0;
	background-color: red;
}

.tuijianPic img {
	width: 100%;
	height: 100%;
}






